treewide: adjust local CMakeLists.txt min version to cmake 4.x
authorHannu Nyman <[email protected]>
Sat, 23 Aug 2025 18:38:14 +0000 (21:38 +0300)
committerHannu Nyman <[email protected]>
Sat, 23 Aug 2025 19:40:53 +0000 (22:40 +0300)
commitd3e4d5549d2fab85229626210047330ef39eb800
treede942c53c916da02d3289c33f1a9e3a22ed654bf
parentd0deac49ff7c5781dcdc000b9e9caf5f94548727
treewide: adjust local CMakeLists.txt min version to cmake 4.x

cmake 4.x will require 'cmake_minimum_required' defined in cmake
projects to be at least 3.5. Adjust those local sources where that
variable is currently defined with value below 3.5.

Use 3.30 as the value, as 3.30 is currently used in 24.10, the oldest
still supported OpenWrt release branch.

Signed-off-by: Hannu Nyman <[email protected]>
net/lora-gateway-hal/Makefile
net/lora-gateway-hal/patches/0001-add-cmake-support.patch
net/nginx-util/Makefile
net/nginx-util/src/CMakeLists.txt
utils/rpcd-mod-lxc/Makefile
utils/rpcd-mod-lxc/files/CMakeLists.txt
utils/rpcd-mod-wireguard/Makefile
utils/rpcd-mod-wireguard/src/CMakeLists.txt